Revision: network-manager--MAIN--0--patch-749
Archive: network-manager@bazaar.ubuntu.com
Creator: Arch Librarian <arch@canonical.com>
Date: Sat Aug 13 16:25:01 BST 2005
Standard-date: 2005-08-13 15:25:01 GMT
Modified-files: ChangeLog gnome/applet/applet-dbus-info.c
    gnome/applet/applet-dbus-info.h
    gnome/applet/passphrase-dialog.c
    gnome/libnm_glib/libnm_glib.c src/Makefile.am
    src/NetworkManagerAP.c src/NetworkManagerAP.h
    src/NetworkManagerDbus.c src/NetworkManagerDbus.h
    src/NetworkManagerDevice.c
New-patches: network-manager@bazaar.ubuntu.com/network-manager--MAIN--0--patch-749
Summary: 2005-08-04  Dan Williams  <dcbw@redhat.com>
CSCVSID: MAIN.750
Keywords: cscvs:MAIN.750

Author: dcbw
Date: 2005-08-04 11:37:50 GMT
2005-08-04  Dan Williams  <dcbw@redhat.com>

	* gnome/applet/applet-dbus-info.c
	  gnome/applet/applet-dbus-info.h
		- (nmi_dbus_update_network_auth_method->nmi_save_network_info): generalize
			to store key, key type, and auth method rather than just auth method
		- (nmi_dbus_update_network_info): new function
		- (nmi_dbus_info_message_handler): updateNetworkAuthMethod -> updateNetworkInfo

	* gnome/applet/passphrase-dialog.c
		- (nmi_passphrase_dialog_ok_clicked): call nmi_save_network_info() instead
			of saving the info ourselves

	* gnome/libnm_glib/libnm_glib.c
		- Remove the stupid version check for dbus

	* src/NetworkManagerAP.c
	  src/NetworkManagerAP.h
		- (nm_ap_get_enc_key_source): return 'const char *' rather than 'char *'

	* src/NetworkManagerDbus.c
	  src/NetworkManagerDbus.h
		- (nm_dbus_update_network_auth_method -> nm_dbus_update_network_info): Update
			more than just the auth method

	* src/NetworkManagerDevice.c
		- Update network info at the appropriate times
